From: LLVM Packaging Team Date: Thu, 11 Jul 2019 06:39:38 +0000 (+0100) Subject: Debian-version-info-and-bugreport X-Git-Tag: archive/raspbian/1%8.0.1_+rc4-1+rpi1^2~91 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success/%22http:/www.example.com/cgi/success?a=commitdiff_plain;h=c29eb85e5e48b1d704c302896681c446d36ec293;p=llvm-toolchain-8.git Debian-version-info-and-bugreport Gbp-Pq: Name 0003-Debian-version-info-and-bugreport.patch --- diff --git a/lib/Support/CommandLine.cpp b/lib/Support/CommandLine.cpp index f7290b54d..4f896d32f 100644 --- a/lib/Support/CommandLine.cpp +++ b/lib/Support/CommandLine.cpp @@ -2155,6 +2155,10 @@ public: OS << " " << LLVM_VERSION_INFO; #endif OS << "\n "; +#ifdef LLVM_DEBIAN_INFO + OS << LLVM_DEBIAN_INFO; +#endif + OS << "\n "; #ifndef __OPTIMIZE__ OS << "DEBUG build"; #else